DC.insert(domElementOrMarkupStringOrCSSSelector) Description: Inserts a DOM element, markup string, or CSS selector referenced element within DC.container. Returns: DC Object. Note: Before the new content is inserted within DC.container, all preexisting content will be cleaned and removed to prevent memory leaks. Example: // Insert a DOM element within DC.container. DC.insert(domElement); // Insert a markup string element within DC.container. DC.insert('